<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.business .business-list ul li:hover:after,
.business .business-list-left:hover:after {
  background: unset;
}

.business .business-list ul {
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 1s ease 0.1s, opacity 1s ease 0.1s;
  transition: transform 1s ease 0.1s, opacity 1s ease 0.1s;
}
.business .business-list ul li {
  width: 32%;
  margin: 0 0 25px 0;
  float: left;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.business .business-list ul li::before {
  background: unset;
}
.business .business-list ul li:hover {
  box-shadow: 0px 0px 20px rgba(36, 36, 36, 0.35);
}
.business .business-list ul li:hover h2.tit {
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  -o-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
}
.business .business-list ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.business .business-list ul li:hover .intro {
  -webkit-transform: translate3d(0%, 0px, 0px);
  -moz-transform: translate3d(0%, 0px, 0px);
  transform: translate3d(0%, 0px, 0px);
  left: 0;
  top: 0;
}
.business .business-list ul li img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.business .business-list ul li h2.tit {
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "yt" !important;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}
.business .business-list ul li .intro {
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(100%, 0px, 0px);
  -moz-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 10%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  z-index: 100;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.business .business-list ul li .intro h2 {
  font-size: 46px;
  color: #FFBC64;
  font-family: "yt" !important;
}
.business .business-list ul li .intro .intro-c {
  color: #fff;
  padding-top: 48px;
  font-size: 20px;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.business .business-list ul li .intro .intro-link {
  margin-top: 38px;
  font-size: 16px;
  color: #fff;
}
.business .business-list ul li + li {
  margin-left: 2%;
}

.news-tab .icon-img {
  width: 24px;
  margin-right: 5px;
}

.title-box {
  background-image: url(../images/sjx.png);
  background-repeat: no-repeat;
  background-position: 70px 0;
}

.sgzx {
  background: #F5F7F9;
  padding-bottom: 8.75em;
  font-size: 16px;
}
.sgzx .sg-cont {
  padding: 4.38em 1.88em 2.31em 1.88em;
  border: 0.06em solid rgba(49, 82, 197, 0.3);
  background-image: url(../images/nn_city.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sgzx .sg-cont .logo-bg {
  position: absolute;
  top: 0.56em;
  left: 0.56em;
  width: 16.75em;
  height: 14.75em;
  background-image: url(../images/logo_bg.png);
  background-size: 100% 100%;
  z-index: 100;
}
.sgzx .sg-cont .sg-c {
  display: flex;
}
.sgzx .sg-cont .sg-c .tit,
.sgzx .sg-cont .sg-c .sub-tit {
  font-size: 1.75em;
  color: #000000;
  line-height: 2em;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.sgzx .sg-cont .sg-c .tit::before {
  content: " ";
  background-color: #FFBC64;
  width: 0.38em;
  height: 1.5em;
  position: absolute;
  top: 0.25em;
  left: 0;
}
.sgzx .sg-cont .sg-c p {
  padding-top: 1.75em;
  font-size: 1em;
  font-weight: 400;
  color: #000000;
  line-height: 2em;
}
.sgzx .sg-cont .sg-c .sg-left {
  width: 23.88em;
}
.sgzx .sg-cont .sg-c .sg-center {
  margin: 0 3.75em 0 1.75em;
  flex: 1;
}
.sgzx .sg-cont .sg-c .sg-center .map-box {
  position: relative;
  width: 26.44em;
  height: 20.88em;
}
.sgzx .sg-cont .sg-c .sg-center #mapCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sgzx .sg-cont .sg-c .sg-center img {
  max-width: 100%;
  max-height: 100%;
}
.sgzx .sg-cont .sg-c .sg-right {
  width: 22.88em;
}
.sgzx .sg-cont .sg-nums {
  padding: 0 2em 0 1.38em;
  margin-top: 1.44em;
}
.sgzx .sg-cont .sg-nums ul {
  padding: 0 2.5em;
  background: rgba(168, 171, 171, 0.28);
  box-shadow: 0.13em 0.13em 0.5em 0.06em #666;
  display: flex;
  justify-content: space-between;
}
.sgzx .sg-cont .sg-nums ul li {
  text-align: center;
  max-width: 20%;
}
.sgzx .sg-cont .sg-nums ul li .num {
  color: #F29B28;
  font-weight: bold;
  font-size: 2.5em;
}
.sgzx .sg-cont .sg-nums ul li .unit {
  color: #F29B28;
  font-size: 1.38em;
}
.sgzx .sg-cont .sg-nums ul li .sub-text {
  padding-bottom: 0.75em;
  color: #3152C5;
  font-size: 1.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .business .business-list img {
    height: 100%;
  }
  .em-pox .sgzx .sg-cont p {
    line-height: 3em !important;
  }
}
@media only screen and (max-width: 768px) {
  .sgzx {
    font-size: 14px;
  }
  .sgzx .sg-cont {
    padding: 70px 15px 37px 15px;
  }
  .sgzx .sg-cont .sg-c {
    flex-direction: column;
  }
  .sgzx .sg-cont .sg-c .sg-left {
    width: 100%;
  }
  .sgzx .sg-cont .sg-c .sg-center {
    margin: 0;
    width: 100%;
  }
  .sgzx .sg-cont .sg-c .sg-center .map-box {
    width: 100%;
    height: 100%;
  }
  .sgzx .sg-cont .sg-c .sg-right {
    width: 100%;
  }
  .sgzx .sg-cont .sg-nums {
    padding: 0;
  }
  .sgzx .sg-cont .sg-nums ul {
    padding: 0;
  }
  .sgzx .sg-cont .sg-nums ul li {
    text-align: center;
    max-width: 20%;
  }
  .sgzx .sg-cont .sg-nums ul li .num {
    color: #F29B28;
    font-weight: bold;
    font-size: 1.3em;
  }
  .sgzx .sg-cont .sg-nums ul li .unit {
    color: #F29B28;
    font-size: 0.8em;
  }
  .sgzx .sg-cont .sg-nums ul li .sub-text {
    padding-bottom: 0.75em;
    color: #3152C5;
    font-size: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=index.css.map */
</pre></body></html>